fix(deps): update rust crate winreg to 0.56.0#14
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
8dad99d to
b2ec416
Compare
b2ec416 to
4771d47
Compare
4771d47 to
dbf639a
Compare
dbf639a to
0c26aa6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.52.0→0.56.0Release Notes
gentoo90/winreg-rs (winreg)
v0.56.0: 0.56.0 (windows-sys)Compare Source
RegValue.bytesis nowCow<[u8]>and notVec<u8>which introduces a lifetime to the structure (#64).DELETE,KEY_ENUMERATE_SUB_KEYSandKEY_QUERY_VALUEpermissions in addition toKEY_CREATE_SUB_KEYandKEY_SET_VALUEused previously. This is required for:RegKeymethods:encode_destructive()andencode_destructive_transacted()that wipe all subkeys/values of a target key before writing to it (#76).RegKeymethods:enum_keys_os_string()andenum_values_os_string()return iterators that useOsStringfor key/value names (#80).consts for predefined registry keys:HKCR,HKCU,HKLM,HKUandHKCC.stdtraitsFromRawHandle,IntoRawHandleandAsRawHandleforTransaction.windows-sysversion to>=0.59, <=0.61according to its README recomendation.v0.55.0Compare Source
windows-systo version 0.59 (#77)v0.54.0Compare Source
windows-systo version 0.52 (closes #63, #70)v0.53.0Compare Source
Anydue toREG_NONE(pullrequest #67, fixes #66)Option(#56)RegKeymethods for creating/opening subkeys with custom options (#65)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.